home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_353 / BUTTONCONDACTION on(releaseOutside).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  192 b   |  12 lines

  1. on(releaseOutside){
  2.    call("animation/control:rollOut");
  3.    tellTarget("_level50")
  4.    {
  5.       gotoAndStop("off");
  6.    }
  7.    tellTarget("animation")
  8.    {
  9.       gotoAndStop(1);
  10.    }
  11. }
  12.